home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / st4notes.zip / 4004.TXT next >
Text File  |  1994-03-04  |  6KB  |  120 lines

  1.       -----------------------------------------------------------------
  2.       STACKER NOTE                                         STACKER NOTE
  3.                             STACKER CONFIGURATION
  4.            (Applies to Stacker for Windows & DOS 4.0 and MS-DOS 6)
  5.       STAC FAX  4004 (02-16-1994)
  6.       -----------------------------------------------------------------
  7.                                       
  8.       BACKGROUND: THE STACKER.INI FILE
  9.       
  10.       Stacker 4.0 uses the STACKER.INI file to provide configuration
  11.       information for your Stacker drive, regardless of your DOS
  12.       version. The switches and entries in STACKER.INI are similar to
  13.       the format of Stacker 3.1. Each option is listed on a separate
  14.       line. All Stacker 3.1  options were left unchanged. New
  15.       switches and options include /SYNC or /SYNC+, /AUTO, /P=10, #.
  16.       Each switch should appear only once in the file. You can get more
  17.       details from the User's Guide, on-line Help, and README files.
  18.       The STACKER.INI file may be edited by typing "ED /I" at the DOS
  19.       prompt.
  20.       
  21.       Except for those that are marked New, the switches below have
  22.       the same effects as they did in the Stacker 3.1 STACKER.INI file.
  23.       
  24.       STACKER.INI Switch  Function
  25.       /-AUTO  Disables Auto Mounting (default)
  26.       /AUTO NEW Enables Auto Mounting
  27.       /BD=x  Base drive letter to start new Stacker drive letters
  28.       /BD=# NEW Forces base drive letter to skip next available letter
  29.       /C=n  Sets cluster size to n (where n=4, 8, 16, 32)
  30.       /DIR=<stacker path>  Path to STACKER directory
  31.       /EMS  Loads buffers into Expanded Memory
  32.       /I-  Turns off Command Interceptor
  33.       /M=nn  Sets Stacker cache to nn (where nn = 1-64KB)
  34.       /NB  No buffers
  35.       /ND  No double buffers
  36.       /NW  No Warning when used with DR-DOS 6
  37.       /P=n     Sets compression tuning (where n=0 - 9)
  38.       /P=10 NEW Sets compression tuning to MaxSpace
  39.       /Q-  Turns off quiet mode of Stacker driver at boot time
  40.       /RP=n  Reserve n replaceable drives, default=0
  41.       /SW=jk mn ...  Swap drive j: with k:, m: with n:, etc.
  42.       /UM  Loads buffers into UMB area
  43.       
  44.       The switches below have the same effect as they did in Stacker
  45.       3.0's SSWAP.COM command line.
  46.       
  47.       SSWAP Switch  Function
  48.       /W- Don't do default SPART.PAR search/update
  49.       /W=<windows dir> Update SPART.PAR in windows dir
  50.       /W+<windows dir> Do default search and update SPART.PAR in dir
  51.       /SYNC or /SYNC+                NEW Synchronize boot files between
  52.       compressed and uncompressed drives. Used on DOS versions that do
  53.       not support preloading compression drivers.
  54.       
  55.       Multiple Swapping
  56.       
  57.       This multiple swap switch is rarely used because the ,SW option
  58.       (described in the General Syntax Rules that follow) on the
  59.       STACVOL lines handles standard swapping. This switch appears at
  60.       the top of the file, but swapping doesn't occur until all drives
  61.       have been mounted. No more than 26 swaps are permitted.
  62.       
  63.       Multiple Swap Switch  Function
  64.       /SW=jk mn xy After mounting all drives, swap drive pairs J: with
  65.       K:, M: with N:, X: with Y:, etc.
  66.       
  67.       STACVOL Modifiers that specify mount method
  68.       
  69.       Three modifiers for STACVOL names specify the mount method. The
  70.       modifiers are mandatory and follow the STACVOL name separated by
  71.       a comma.( , ).
  72.       
  73.       Modifier  Mount Method
  74.       RP Mount replaced
  75.       SW Mount swapped, using next available drive letter
  76.       NS Mount unswapped, using next available drive letter
  77.       
  78.       GENERAL SYNTAX RULES
  79.       
  80.        1.  The "\" preceding the STACVOL name is optional.
  81.        2.  Whitespace (tab or space character) is allowed anywhere
  82.            except within a defined word or specific name. Whitespace is
  83.            allowed before or after an =, but not after a /.
  84.        3.  A line can have a maximum of one item, except for STACVOL
  85.            line modifiers RP, SW, and NS (which are always the second
  86.            item on a line). The /SW switch may have multiple arguments.
  87.        4.  None of the text is case-sensitive.
  88.        5.  Semicolon ( ; ) followed by a space indicates the start of a
  89.            comment. At least one whitespace must appear before the
  90.            semicolon unless it is at the beginning of a line.
  91.        6.  Maximum line length is 132 characters. Stacker Setup may
  92.            truncate any excess when it modifies the file.
  93.       Example
  94.       
  95.       This STACKER.INI file shows syntax variations. It is not
  96.       necessarily consistent with itself, and normally is not this
  97.       large.
  98.       
  99.       Syntax   Variation
  100.       /dir=c:\stacker ; Specifies location of Stacker dir
  101.       /ems ; Use expanded memory
  102.       /rp=2 ; Reserve 2 replaceable drive letters
  103.       /bd=i ; Begin assigning drive letters at I:
  104.       /bd=## ; Skip the next two drive letters then begin assigning
  105.       ; drive letters.
  106.       /sw FM ; Swap drive F: with M: (after mounting)
  107.       c:\stacvol.dsk,sw ; Swap, use next available for host drive
  108.        ; A comment on a line by itself is allowed as are blank
  109.        ; lines
  110.       d:\stacvol.000,ns ; Don't swap, use next available drive letter
  111.       * ; Reserve drive letter
  112.       E:\stacvol.dsk,sw ; Mount drive E swapped
  113.       F:\stacvol.000,ns ; Don't swap drive F (note that /sw option
  114.       ;above will cause F: to swap with M: later)
  115.       g:\stacvol.dsk,rp ; Mount drive g replaced
  116.       
  117.       
  118.       -----------------------------------------------------------------
  119.       Copyright 1994 Stac Electronics
  120.